home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 22 / Amiga Format AFCD22 (Jan 1998, Issue 106).iso / -in_the_mag- / converters / graphics / xpdf / xpdf2c.readme < prev    next >
Text File  |  1997-11-14  |  2KB  |  41 lines

  1. Short:    xpdf(0.6) - a Portable Document Format viewer (X11 port) 020
  2. Uploader: terjepe@login.eunet.no
  3. Author:   Derek B. Noonburg(derekn@ece.cmu.edu)/Terje Pedersen (Amiga port)
  4. Type:     gfx/show
  5.  
  6. This is an (no changes) port of an X11 program called xpdf version 0.6:
  7.  
  8. Xpdf is a viewer for Portable Document Format (PDF) files.  (These are
  9. also sometimes also called 'Acrobat' files, from the name of Adobe's
  10. PDF software.)  Xpdf runs under UNIX or VMS and the X Window System.
  11.  
  12. And as it turns out now also on the amiga..
  13.  
  14. This version support pdf format 1.2 which isn't the latest
  15. version of the format..
  16.  
  17. I guess it is worth mentioning that the program needs a lot of memory.
  18. You should be able to get away with a 'small' workbench either directly
  19. or through the command line argument -geometry.
  20.  
  21. Fixes:
  22. Resizing now works properly.
  23. Redrawing of buttons is now correct. (XPeekIfEvent deleted and reinserted
  24. events if they weren't the right one, which messed up the event sequence).
  25. Command line arguments works. (Implemented XrmParseCommand).
  26. Internal allocation of TmpRas wasn't correct which could cause problems
  27. with some .pdf files (ie crash..).
  28.  
  29. Added the neccessary libX11 files. If you have accidentally downloaded
  30. some of my previous ports (..) you will probably already have them..
  31. Assign libx11: to the libx11 directory and do any chances to amigadefaults
  32. if needed (read more about it in docs/libx11.readme).
  33.  
  34. TP
  35.  
  36. PS:
  37. This version uses gzip to uncompress data so you'll need this program
  38. somewhere in your path. Chances are gzip is available on aminet..
  39. And consequently there is no need to look for the elusive 'uncompress'
  40. program..
  41.